home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
oper_sys
/
presto
/
prest1_0.lha
/
Tests
/
make.h.sequent
< prev
next >
Wrap
Text File
|
1991-12-11
|
483b
|
25 lines
CC = CC2.1
YFLAGS = -d
LN = :
CCSUFFIX = C
.SUFFIXES: .o .c .y .l .s .C
.$(CCSUFFIX).o:
$(CC) $(CFLAGS) -c $*.$(CCSUFFIX)
.$(CCSUFFIX).a:
$(CC) -c $(CFLAGS) $<
ar rv $@ $*.o
rm -f $*.o
LIBPRESTO = $(PRESTO)/libpresto.a
LIBS = -lpresto -lpps -lseq
SHELL = /bin/sh
FILTER = 2>&1 | egrep -v "was external shared undefined;|^assuming external shared undefined"
DEFINES =
CFLAGS = -Y +h$(PRESTO)/asmdefs.h -I$(PRESTO) $(DEFINES) -O
LDFLAGS = -Y
V =